home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 812 b | 24 lines | [TEXT/ScoM] |
- HOW TO SET TICKBASE
-
- > When working with Ticks in terms of Symbol and Zone lengths, are you
- >confined to using 192 ticks per quarter note, or can you specify the number
- >of clicks per quarter note. Performer, Vision and others as I am sure you
- >know use 480 ticks per quarter note, for instance. Logic uses 960. How
- >would I specify 480 ticks?
-
- set-whole-note does the trick. The default value for a whole not is 1920
- ticks:
-
- (get-tick '1/1)
- --> 1920
-
- For 1/4 note the tick amount is 480 so you don't have to specify it.
-
- If you want to specify another tick value copy the following into
- a new file and save it into environment/extensions folder.
-
- (set-whole-note 960)
-
- Sequencers convert tick values to their internal values when importing.
- Most cases you do not need to touch the tick value at all.
-